cURL
curl --request DELETE \ --url 'http://{{baseurl}}/api/v1/webhooks/{webhookId}' \ --header 'x-api-key: <x-api-key>'
{}
Delete an existing webhook by provifding it’s ID. It will immediately apply and not trigger again.
OK
The response is of type object.
object
Was this page helpful?